The Style Object
QuickDraw GX provides you with access to an individual style object through agxStyle
reference:
typedef struct gxPrivateStyleRecord *gxStyle;In this type definition, gxStyle is a type-checked reference, not an actual pointer to any defined structure. The contents of the style object are private.